Get

GET /users/:user/signature

A Signature is a piece of text that can be automatically appended to outgoing messages.

Examples

Get the User’s signature

Request

GET /users/wqyODPA/signature
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
    -H Authorization:"Bearer {token}" \
    -X GET /users/wqyODPA/signature
    

Response

Status

200

Response Type

Signature

Example Body

{
  "@type": "Signature",
  "id": "/users/wqyODPA/signature",
  "@context": "/contexts/Signature.jsonld",
  "content": "Chuck Norris"
}

© 2024 TextUs