sayren Docs
스토어 설정

앱(OAuth 클라이언트) 상세

GET
/v1/store/api-clients/{clientId}
AuthorizationBearer <token>

userToken(계정 스코프) 또는 storeToken(스토어 스코프)

In: header

Path Parameters

clientId*string

Response Body

application/json

curl -X GET "https://example.com/v1/store/api-clients/string"
{  "meta": {    "status": 200,    "code": "OK",    "message": "OK",    "isSuccess": true  },  "data": {    "clientId": "string",    "name": "string",    "type": "public",    "status": "ACTIVE",    "redirectUris": [      "string"    ],    "scopes": [      "string"    ],    "grantTypes": [      "string"    ],    "secretPrefix": "string",    "createdBy": "string",    "createdByName": "string",    "createdByEmail": "string",    "createdAt": "string",    "revokedAt": "string"  },  "error": null}