문서 메뉴
GET/v1/customers/{applicationAccountIdentifier}/entitlements

앱 계정 권한 조회

앱 계정에 연결된 고객의 합산 권한을 반환합니다.

매개변수

applicationAccountIdentifierpath필수

개발자 앱에서 사용하는 안정적인 고객 식별자입니다.

응답

200앱 계정과 현재 권한입니다.
applicationAccountIdentifier필수
string
customerIdentifiers필수
string · uuid[]
applicationIdentifier필수
string · uuid
entitlements필수
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>'