curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.actor.getProfile \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"did": "<string>",
"handle": "<string>",
"displayName": "<string>",
"avatar": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.actor.getProfile \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"did": "<string>",
"handle": "<string>",
"displayName": "<string>",
"avatar": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The DID or handle of the actor
OK
The unique identifier of the actor.
The DID of the actor.
The handle of the actor.
The display name of the actor.
The URL of the actor's avatar image.
The date and time when the actor was created.
The date and time when the actor was last updated.
Was this page helpful?