Client Management APIs
| API | Purpose |
|---|---|
| /client/create | Register a new client. |
| /client/get | Retrieve a client’s settings. |
| /client/get/list | List clients registered in the service. |
| /client/update | Update a client’s settings. |
End-User Grants per Client
Authlete records which client applications each end-user has authorized. The Management API exposes this relationship so you can build a “manage your authorized apps” screen:- /client/authorization/get/list — list the client applications an end-user has authorized
- /client/authorization/update — update the attributes (e.g. scopes) of the access tokens issued to a client for an end-user
- /client/authorization/delete — delete all access tokens issued to a client for an end-user
Related Concepts
- Using Client ID Alias — human-friendly aliases for numeric client IDs
- Client Attributes — attaching arbitrary key-value metadata to clients
Next Steps
- Token Management — operating on tokens issued to clients
- Service Management — the service that clients belong to