Post
POST {{url}}/api/v1/phones
Request Body
{"data"=>{"type"=>"phones", "attributes"=>{"country"=>"IND", "number"=>919988776655}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string | ||
Referer | string |
RESPONSES
status: Created
{"jsonapi":{"version":"1.0"},"links":{"self":"http://trad-backendprod.aticloud.atican.dev/api/v1/phones/1"},"data":{"type":"phones","id":"1","attributes":{"country":"IND","number":"919988776655","validated_at":null},"links":{"self":"http://trad-backendprod.aticloud.atican.dev/api/v1/phones/1"}}}