GET
/v1/customers/{applicationAccountIdentifier}/entitlements앱 계정 권한 조회
앱 계정에 연결된 고객의 합산 권한을 반환합니다.
인증: Bearer필수 범위:
entitlements:read매개변수
applicationAccountIdentifierpath필수개발자 앱에서 사용하는 안정적인 고객 식별자입니다.
응답
200앱 계정과 현재 권한입니다.
applicationAccountIdentifier필수stringcustomerIdentifiers필수string · uuid[]applicationIdentifier필수string · uuidentitlements필수CustomerEntitlement[]400요청 값이나 검증한 스토어 데이터가 올바르지 않습니다.
error필수string안정적인 기계 판독용 오류 코드입니다.
401애플리케이션 API 자격 증명이 없거나 올바르지 않습니다.
error필수string안정적인 기계 판독용 오류 코드입니다.
403애플리케이션 API 자격 증명에 필요한 범위가 없습니다.
error필수string안정적인 기계 판독용 오류 코드입니다.
요청 예시
cURL
curl 'https://api.purpl.sh/v1/customers/user-123/entitlements' \
--header 'Authorization: Bearer <application-api-credential>'