Skip to content

Follow/unfollow​

PUT
/api/ap_actors/follow

Follow an AP actor if is unfollowed, or unfollow otherwise. Admin role is required.

Authorizations​

bearerAuth

Bearer token using a JWT

Type
HTTP (Bearer)

Request Body​

application/json
JSON
{
  
"ap_id": "https://ap_domain/relay"
}

Responses​

AP actor has been followed/unfollowed.

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI